*****READ ME******

To use this software first install an operating system on the Raspberry Pi
The author of this software uses Raspbian and suggests to do the same
download and install Raspbian image to the SD card
be sure to check for updates and upgrades for your Pi
download and install WiringPi API to the Pi
build WiringPi inside /wiriingpi using ./build
reboot Pi
after all necessary software has been downloaded and updated download the boardreset.c file
compile the file
run using ./boardreset <board number to reset>

in order for this software to work, be sure circuit is set up
appropriately for the board number to correlate with the propper
GPIO pin.

i.e. if the boardnumber is 15 and it's connected to GPIO pin 2 this will not reset the board

Also the GPIO pin numbers to use are the Wiringpi numbers NOT the physical or broadwell numbers on the pi

See a more comprehensive chart here:
http://pi.gadgetoid.com/pinout

IMPORTANT: Realize that if the circuit hardware is not setup propperly this software WILL NOT WORK!!!

For more information on hardware setup please see the project document included in this zip file.